home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / filutil / ygrep401.zip / YGREP.TXT < prev    next >
Text File  |  1995-02-03  |  3KB  |  87 lines

  1. YGrep Search Engine v4.0       2 February 1995      (C) Yves Roumazeilles
  2. ─────────────────────────────────────────────────────────────────────────
  3.  
  4. The YGrep Search Engine is a text search DLL to be used with any kind of
  5. Windows application. It has two possibilities:
  6.  
  7. - approximative search based on Baeza-Yates algorithm to find a pattern
  8. which is only partly known (also known as search with erroneous
  9. patterns). For example, you can search for "pattern" with 1 error (at
  10. most) and it will match "pattern", "pittern" and "Pattern" while
  11. stepping over "lantern" (2 errors).
  12.  
  13. - search modelled on the Unix utility named GREP. It is particularly
  14. useful for complex searching with the help of its specific search
  15. "language" to describe the pattern you look for. For example, you can
  16. search for "^pattern" to look for "pattern" at the beginning of a line;
  17. or for "[pl]a[nt]tern" to look for either "pattern" or "lantern". Look
  18. into the Help file for an extensive description of the pattern language.
  19.  
  20. Both are particularly useful to improve greatly the search capability of
  21. an existing tool such as a text editor, a data base search engine, etc.
  22.  
  23. Additionaly, "substitute" functions are also available for replace after
  24. search.
  25.  
  26.  
  27. The Windows help file gives detailed information about using it.
  28.  
  29. File List:
  30.  
  31.    YGREP.DLL    Basic DLL
  32.    YGREP.HLP    Help for programmer (function description)
  33.    YGREP.TXT    This file
  34.    YGREP.H      For C programmers
  35.    BITLIST.H
  36.    YGREP.LIB
  37.  
  38.    CLUSTER.TXT  Description of the ClusterView Windows application
  39.    BITLIST.TXT  Description of the BitList Engine
  40.    ORDER.TXT    Minimal order form
  41.  
  42.  
  43. To install The YGrep Search Engine, simply put the files YGREP.DLL and
  44. YGREP.HLP in any directory already included in your path (C:\WINDOWS
  45. suggested). If you already have an earlier version of the YGrep Search
  46. Engine, replace its old YGREP.DLL file by the new one.
  47.  
  48. Place YGREP.H, and BITLIST.H in your include file directory
  49. (see your compiler documentation) and YGREP.LIB in your library
  50. directory (see your compiler/linker documentation).
  51.  
  52. If Windows cannot find the DLL when the application is run, make sure it
  53. is in a directory on your path, and try again.
  54.  
  55.  
  56. The YGrep Search Engine is shareware. It it not Public Domain or Free. 
  57. See the help file for shareware information and extensive description of
  58. the registration steps (including a number of registration sites
  59. accepting 800-calls or credit cards).
  60.  
  61. If you cannot find the Help file and its registration forms, use the
  62. minimal form file ORDER.DOC and mail it with your payment to the address
  63. shown.
  64.  
  65.  
  66. If you find the YGrep Search Engine useful, do the decent thing and register!
  67.  
  68.  
  69.  
  70. In return you will receive:
  71.     - the full YGrep Search Engine (in its latest version), with DOS
  72.       and Windows libraries for Microsoft and Borland,
  73.     - source code of the help files which can be modified to build
  74.       your own application help file,
  75.     - source code for some useful resources that can be included in
  76.       your own application,
  77.     - source code for some test programs,
  78.     - a registration number to identify yourself,
  79.     - support thru Email and Fax.
  80.  
  81.  
  82.  
  83. The full Developper Kit gives you the right to an unlimited number of
  84. licenses and to an additional printed documentation with examples,
  85. comments on installation, advice on use (60+ pages of useful aids for the
  86. serious application developper.)
  87.